home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / aiz451.zip / QSY.DOC < prev    next >
Text File  |  1990-04-05  |  4KB  |  137 lines

  1.  
  2.  
  3. ------------------------------------------------------------------------------
  4.  
  5.   Remote qsy option added on this release.It is very useful on fwd,
  6. where the traffic causes a lot of qrm in our packet qrgs.
  7.   This procedure is almost like servers ,but the bbs doesn't
  8. need any address.It makes the job by decoding the 'Q' cmd.
  9.  
  10.   BBS reads all the necessary informations about qsy operation
  11. from a file.The full path to this file must be declared in
  12. our cnf file.  I have named this file as QSY.TXT ,but it can be any
  13. filename.
  14.  
  15.   Users have to send 'Qx' cmd to access qsy,where x is the job number to do.
  16.  
  17.   QSY cmds:
  18.  
  19.   Q?  : List of available qrgs to qsy.
  20.   Q#  : Qsy on #.
  21.  
  22.  
  23.   Let's see the steps that bbs follows ,when someone issues qsy.
  24.  
  25.   1.Checks if the station has the privilege to do such thing.
  26.   2.Executes an external program which controls our CAT rig.
  27.   3.Sends a synchronization frame to tune.
  28.  
  29.   QSY file has 3 topics.
  30.  
  31.   1.Calls that have the privilege.
  32.   2.Programs to execute in any choice.
  33.   3.Descriptions and infos abt qsy qrgs.
  34.  
  35.  
  36.  QSY file description:
  37.  
  38. SV7QI IN3TUR PA3AIR SV7AIZ EOL         {Privilege stations.You may have
  39. I0IEX 5B4TX EOL                        {more than one line.Each line ends
  40. ---                                    {with the EOL sign.
  41. 0 1 C:\BBS\QSY 2 4800 01410519 0
  42. 0 2 C:\BBS\QSY 2 4800 01410300 0       {Program to execute.
  43. 0 3 C:\BBS\QSY 2 4800 01410740 0       {It is the same here,but
  44. 0 4 C:\BBS\QSY 2 4800 01410900 0       {with different parameters.
  45. 0 5 C:\BBS\QSY 2 4800 01411100 0       {On the first column we have the
  46. 0 6 C:\BBS\QSY 2 4800 01411300 0       {port nuber of our rig,while on the
  47. 0 7 C:\BBS\QSY 2 4800 01411500 0       {3d,the code of the qrg.
  48. ---
  49. 1 14.105.00 MHz
  50. 2 14.103.00 MHz         {What users see when issue a Q? cmd.
  51. 3 14.107.00 MHz
  52. 4 14.109.00 MHz
  53. 5 14.111.00 MHz
  54. 6 14.113.00 MHz
  55. 7 14.115.00 MHz
  56. ---
  57.  
  58.   When someone sends a Q1 cmd,bbs will execute the first description and
  59. it will qsy on 14.105.19 Mhz.
  60.  
  61.   We have declared the com ports of the qrgs here,because we can't qsy
  62. when there are different connections on the bbs.
  63. If we wish to avoid this,we have to put a letter as a port number.
  64. The thought was that the whole procedure can be used in any other
  65. way.You may wish for instance,to support remote rotator operation,
  66. or to execute any other useful program.It's up to u.
  67. The important is that the first 3 columns are standard.
  68. If we wish connection check,put real port numbers.If we dont,
  69. put letters(A,B,C,D.....).
  70.  
  71.   I have wrote a program to control my rig and that is what i use
  72. to qsy here.My rig is a FT-757GX and this program has to do with its
  73. cmds.If you have any other CAT rig you have to make your own program.
  74. I use my 3d serial port to communicate with 757.It is com3 but its
  75. logical number is actually 2.I haven't a quadruple serial card.I have
  76. just fit com3 with some tricks.
  77.  
  78.  Some useful infos about qsy program and a simple interface:
  79.  
  80. Yaesu FT-757 GX autoqsy routine,for bbs use.(c)12/12/89-SV7AIZ
  81.  
  82. It is very simple to operate.The program needs 4 parameters.
  83.  
  84. Example :
  85.  
  86. At the dos prompt or during dos cmds execution from the fwd file,
  87. execute:
  88.  
  89. QSY 2 4800 01410500 10
  90.     |  |       |     |
  91.     |  |       |     |delay in sec in case of an antenna tuner.
  92.     |  |       |
  93.     |  |       |Frequency(14.105.00)
  94.     |  |
  95.     |  |Baud rate(always 4800)
  96.     |
  97.     |Serial port.(DO not use a port that handles a tnc,hi)
  98.  
  99.  
  100. Remote control pins on the rear of 757.
  101.  
  102.       ---------------
  103.      | *     *     * |
  104.       ---------------
  105.        1     2     3
  106.  
  107.   pins :
  108.          1-Ground
  109.          2-TXD
  110.          3-Not used.
  111.  
  112.   You will need also a simpe project which will convert rs232 signals to
  113. ttl.
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.                       ----------------------------> pin 2(757)
  121. (rs232)  12k         /
  122.     ----/\/\/------     2N2222
  123. txd           |     \
  124.               --    -----
  125.               /\     ---
  126.               --      -
  127.               |  1N4148
  128.              -----
  129.               ---
  130.                -
  131.  
  132.  
  133.  
  134.  
  135. For any info about everything on serial interfaces,drop me mail.
  136. Enjoy!!!!,Spiros..
  137.